.link {
	width: 100%;
	background-color: #0168b7;
	overflow: hidden;
}
.link .link_tit {
	float: left;
	padding: 22px 29px 22px 0;
	border-right: 1px solid #3190d9;
	line-height: 0;
}
.link .link_tit>img {
	float: left;
}
.link .link_tit>div {
	float: left;
	margin-left: 24px;
	overflow: hidden;
}
.link .link_tit>div>p {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	margin-top: 18px;
}
.link .link_con {
	float: left;
	padding: 42px 0 0 36px;
	font-size: 0;
}
.link .link_con a {
	font-size: 15px;
	color: #fff;
	line-height: 1;
	display: inline-block;
	margin-right: 33px;
	margin-bottom: 17px;
}
.link a:hover {
	text-decoration: underline;
}

.footer {
    width: 100%;
	padding-top: 70px;
    background: #222;
	overflow: hidden;
}
.footer a:hover, .f_bottom a:hover {
	text-decoration: underline;
}
.footer .f_tit {
	width: 100%;
	padding-bottom: 22px;
	border-bottom: 1px solid #383838;
	position: relative;
}
.footer .f_tit>p {
	font-size: 18px;
	color: #fff;
	line-height: 1;
}
.footer .f_tit>div {
	width: 25px;
	height: 4px;
	background-color: #0168b7;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.footer .f_con {
	margin-bottom: 62px;
}
.footer .f_mes {
	float: left;
	width: 468px;
}
.footer .f_mes>p {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin-top: 12px;
}
.footer .f_mes>p:nth-of-type(1) {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-top: 18px;
}
.footer .f_mes>p:nth-of-type(3) {
	margin-left: 30px;
	margin-top: 26px;
}
.footer .f_mes>p>img {
	position: relative;
	top: 8px;
}
.footer .f_mes>p>span {
	font-size: 15px;
	color: #7d7c87;
	line-height: 1;
	display: inline-block;
	margin-left: 9px;
}
.footer .f_nav {
	float: left;
	width: 486px;
	margin-left: 60px;
}
.footer .f_nav .f_tit {
	margin-bottom: 33px;
}
.footer .f_nav>a {
	display: inline-block;
	font-size: 15px;
	color: #7d7c87;
	line-height: 1;
	margin-bottom: 26px;
	margin-right: 36px;
}
.footer .f_nav>a:nth-of-type(4n) {
	margin-right: 0;
}
.footer .f_ew {
	float: right;
	width: 120px;
	line-height: 0;
	text-align: center;
	margin-top: 20px;
}
.footer .f_ew>img {
	width: 120px;
	height: 120px;
}
.footer .f_ew>p {
	font-size: 15px;
	color: #fff;
	line-height: 1;
	margin-top: 15px;
}

.f_bottom {
	width: 100%;
	padding: 19px 0;
	background-color: #222;
	border-top: 1px solid #383838;
	text-align: center;
}
.f_bottom>p:nth-of-type(1) {
	margin-bottom: 10px;
}
.f_bottom>p, .f_bottom>p a, .f_bottom>p span {
	font-size: 14px;
	color: #7d7c87;
	line-height: 1;
}

.right_float {
	position: fixed;
	right: 0;
	top: 35%;
	width: 154px;
	background-color: #1c73c4;
	text-align: center;
}
.right_float>p {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin: 20px 0;
}
.right_float .rf_ew {
	width: 120px;
	height: 120px;
	line-height: 0;
	margin: 0 auto;
}
.right_float .rf_ew>img {
	width: 100%;
	height: 100%;
}